home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_138 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-29  |  82 b   |  5 lines

  1. on(release){
  2.    this.gotoAndPlay("close");
  3.    _parent.lew.action = "solve";
  4. }
  5.